Skip to main content
GET
/
api
/
v1
/
sessions
/
{session_id}
/
insights
Error
A valid request URL is required to generate request examples
{
  "clustering_jobs": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "status": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "start_time": "2023-11-07T05:31:56Z",
      "end_time": "2023-11-07T05:31:56Z",
      "metadata": {},
      "shape": {},
      "error": "<string>",
      "config_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

session_id
string<uuid>
required

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
config_id
string<uuid> | null
legacy
boolean | null

Response

Successful Response

Response to get all cluster jobs for a session.

clustering_jobs
RunClusteringJobPydantic · object[]
required